home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / TECHNICA / AUTOCAD / H108.ZIP / DATUMD.ZIP / README.DOC < prev    next >
Text File  |  1991-08-27  |  12KB  |  319 lines

  1.  
  2. ******************************* README.DOC ***********************************
  3.  
  4.  
  5. Thank you for downloading DATUMDIM.LSP from the Autodesk forum.
  6. Instructions on using DATUMDIM can be found at the end of this
  7. document.  DATUMDIM.LSP has been uploaded to COMPUSERVE to give
  8. AutoCAD users an idea of the great power of add-on utilities.
  9.  
  10. If DATUMDIM performs for you, please register your copy, by printing
  11. out the included registration form and sending it and $25.00 to:
  12.  
  13.             DMC Design
  14.             1919 Fruitdale Ave. #E-214
  15.             San Jose CA 95128
  16.  
  17.  
  18. DATUMDIM.LSP is one of the key features of The PROTAB System 4.0
  19. Mechanical Enhancement utility for AutoCAD 10 and 11.  The PROTAB
  20. System is an add-on utility for mechanical engineers, designers and 
  21. draftsman.  It greatly increases productivity and performance, while
  22. improving accuracy, and reducing user error.  Some of the features
  23. of The PROTAB System are shown below:
  24.  
  25.  
  26. Features of The PROTAB System 4.00 
  27.  
  28.  
  29. o Restructured ACAD.MNU 
  30.  
  31. o Automatic and manual datum line dimensioning -- DATUMDIM 
  32.  
  33. o Automatic orthographic to isometric projection --  ISOPROJ 
  34.  
  35. o Item ballooning -- BALLOON 
  36.  
  37. o Reduced menu searching for commands -- QWIKSTART 
  38.  
  39. o Multi function LEADER: with multiple text lines, with balloon,
  40.   with triangle, and alignment with circle, etc. -- LEAD 
  41.  
  42. o All types of exploding: Attributes, mirrored, to layer, multiple blocks. 
  43.  
  44. o "HANDS OFF" automatic plotting utility -- PLOTTHIS 
  45.  
  46. o Insertion &  scaling utility for users borders -- DSCALE 
  47.  
  48. o Quick mathematic calculations -- MATH 
  49.  
  50. o Select next drawing to edit from list on the screen menu -- START 
  51.  
  52. o Select next drawing to edit by searching all directories on
  53.   hard drive -- NEXT 
  54.  
  55. o Unattended prplotting of multiple drawings -- PRSCRIPT 
  56.  
  57. o Mechanical fasteners sizes #2-56 through 1/2-13 
  58.  
  59. o All types of layer and  text manipulation and modification. 
  60.  
  61. o Changing entity layers, linetypes, colors, etc. 
  62.  
  63. o Easy creation of SLOTS & RECTANGLES 
  64.  
  65. o Change multiple lines and arcs to POLYLINES -- CTOPLINE 
  66.  
  67. o Export text to word processor & import corrected text into
  68.   the drawing -- CHKTEXT 
  69.  
  70. o Enter fractions in response to prompts for a number -- FRACT 
  71.  
  72. o Replace multiple insertions of a block with a different block -- BLOCKREP 
  73.  
  74. o Replace selected circles of a common radius, with a block. -- REPBLOCK 
  75.  
  76. o Break a layout into .DWG's ready for detailing. -- DETAILS 
  77.  
  78. o Fillet sheet metal command -- FS 
  79.  
  80. o Automatically log plots to an ASCII file. -- (PLOTLOG) 
  81.  
  82. o Insert a drawing by searching all directories. -- INSDWG 
  83.  
  84. o Access CIRCLE & ARC quadrants at the rotation of the snap angle -- (QUAD) 
  85.  
  86. o High productivity macros for the LINE & DIST commands 
  87.  
  88. o Restore a view by selecting a point.  Display view locations. - VW 
  89.  
  90. o Serial number protection to discourage illegal copying. 
  91.  
  92. o Informational slides and symbol libraries
  93.  
  94. o Much more!
  95.  
  96. The PROTAB System contains utilities that, if purchased separately, 
  97. would cost over $700
  98.  
  99. The PROTAB System retails for $149, but is available to COMPUSERVE 
  100. members for $99.  If you have registered your copy of DATUMDIM.LSP,
  101. you may purchase The PROTAB System for only $60.00
  102.  
  103.  
  104. For more information on The PROTAB System 4.0, please write to:
  105.  
  106.  
  107.             DMC Design
  108.             1919 Fruitdale Ave. #E-214
  109.             San Jose CA 95128
  110.  
  111.  
  112. Or fax your request for information to:
  113.  
  114.             (408) 993-8605
  115.  
  116.  
  117.  
  118. ************************* DATUMDIM.LSP *****************************
  119.  
  120.  
  121. DATUMDIM.LSP is capable of automatically adding dimensions to objects you
  122. select, as well as adding an identification string, DIM-CENTER marks, and
  123. counting any CIRCLES it finds.  It also creates a list of the CIRCLES,
  124. displaying their diameter, identifying string, and how many it found.  The
  125. DATUMDIM command uses AutoCAD's dimensioning variables to maintain the integrity
  126. of  your drawing.  New to this version of DATUMDIM is the ability to save
  127. DATUMDIM's settings for each individual drawing.  Each time you use DATUMDIM
  128. the settings are read-in from an ASCII file.  The file name is  that of the 
  129. current drawing with the extension .DD3 instead of .DWG 
  130.  
  131. To load DATUMDIM automatically, please add the following lines to your
  132. ACAD.LSP file:
  133.  
  134.  
  135.     (DEFUN C:DD () (LOAD "DATUMDIM") (C:DD))
  136.     (DEFUN C:DATUMDIM () (C:DD))
  137.  
  138.  
  139. Or you may load it at the AutoCAD command prompt by typing:
  140.  
  141.     COMMAND: (LOAD "DATUMDIM")
  142.  
  143.  
  144. To start the DATUMDIM command type: 
  145.  
  146. COMMAND: DD <ENTER> 
  147.  
  148.                  or 
  149.  
  150. COMMAND: DATUMDIM <ENTER> 
  151.  
  152. Please  wait... Reading DATUMDIM settings 
  153. Layer for dimension text <DIM>: <ENTER> or type layer name 
  154. Layer for dimension lines <DIM>: <ENTER> or type layer name 
  155. Autodim/Boundaries/Exit/Origin/Settings/Xdim/Ydim/<Exit>: 
  156.  
  157. NOTE:  If no settings can be found from a previous session, the defaults
  158. will be accepted, and the two lines above asking for layer names will be
  159. displayed. 
  160.  
  161.  
  162.  
  163. Definition of menu options 
  164. --------------------------
  165.  
  166. Autodim        Automatically places dimensions on selected objects.
  167.         Dimensions may be placed on the  X axis, Y axis, or both
  168.         X & Y axis.
  169.  
  170. Boundaries    This option sets (or resets) the left, right, top, and
  171.         bottom boundaries for Autodim.
  172.  
  173. Exit        Exits the DATUMDIM command, and save settings to a file.
  174.  
  175. Origin        Sets, or reset, the 0,0 (datum origin).  
  176.  
  177. Settings    Modify DATUMDIM settings
  178.  
  179. Xdim        Place dimensions along the X axis.
  180.  
  181. Ydim        Place dimensions along the Y axis. 
  182.  
  183.  
  184.  
  185. Once you have selected a function, it will remain as the default until
  186. you select another. 
  187.  
  188. When selecting the Settings option, the following menu appears: 
  189.   
  190. Circles/Dimensioning/Layer/Menu/Offset/Precision/Status: 
  191.  
  192.  
  193.   
  194. Definition of menu options 
  195. --------------------------
  196.  
  197. Circles        Turn on or off the circle identification and DIM-CENTER
  198.         placement
  199.  
  200. Dimensioning    Turn on or off the dimensioning of multiple occurrences
  201.         of a  point
  202.  
  203. Layer        Change the text and extension line layers
  204.  
  205. Menu        Return to main menu
  206.  
  207. Offset        Turn on or off the offsetting option for the Xdim and Ydim
  208.         options
  209.  
  210. Precision    Change the number of decimal places displayed for each
  211.         dimension.  This option simply changes the setting of
  212.         the LUPREC AutoCAD system variable.
  213.  
  214. Status        The status option flips you to the text screen and displays
  215.         the status of many DATUMDIM settings
  216.  
  217.  
  218.  
  219. System Variables: 
  220. ----------------- 
  221.  
  222. DATUMDIM  makes  use of the following AutoCAD  system  variables to provide
  223. accurate dimensioning: DIMSCALE, DIMCEN, DIMALT, DIMALTD, DIMALTF, DIMLFAC,
  224. DIMTXT, DIMEXO, BLIPMODE, CMDECHO,  AUNITS.  The DIMSCALE and DIMTXT variables
  225. work together to determine  the  correct textsize.  The TEXTSIZE variable
  226. is  not used.   DIMSCALE  and DIMEXO determine the  spacing  between  the
  227. selected   Dimension  to  point and the beginning  of  the  datum extension
  228. line, and also the distance from the end of the  datum extension line to the
  229. start of the text.  DIMALT toggles on and off the alternate units dimensioning
  230. option providing you with a number such as:  4.625 [117.48]  The number in
  231. brackets is a multiple of the first number and is usually in millimeters, but
  232. the multiplication factor may be changed with the DIMALTF variable which has
  233. a default of 25.4  By using the DIMLFAC variable, DATUMDIM can dimension parts
  234. that have been scaled up or down. 
  235.  
  236.  
  237. Getting Started - Xdim/Ydim/Origin 
  238. ----------------------------------
  239.  
  240. At  the main menu select Xdim.  As with all of the functions,  you may  start
  241. them by typing in key letters such as X, Xd,  Xdi  or Xdim,  to start the Xdim
  242. command.  If no origin has been set,  you are  asked to set the datum origin
  243. (0,0).  You then select  where to  dimension  to.   The X dimensions tell the
  244. X  location  of  a dimension, they are drawn with text rotated 90 degrees and 
  245. with vertical extension lines.  After selecting you will be asked to specify a
  246. location for the X dimensions.  This location will be above or  below the point
  247. selected for dimensioning, and it represents the point at  which  the dimension
  248. line will end and the text  will  start.  After  specifying this location you
  249. are prompted to  specify  an offset start point.  If you need to run the
  250. dimension around some object you should use this option.  Once you are done
  251. offsetting, the  text will be displayed and you have the option to accept  it
  252. or  change it.  To accept it, press <ENTER>.  To change it  type the new text
  253. and press <ENTER>.  If at any time you wish to relocate your Origin select
  254. Origin at the main menu. 
  255.  
  256.  
  257. Boundaries 
  258. ----------
  259.  
  260. The Boundaries option lets you set or reset the boundaries used by the Autodim
  261. option.  For Y dimensions you are asked to specify a left boundary as well as a
  262. right boundary.  The Y dimensions are placed horizontally to the left and right
  263. sides of the objects being dimensioned.  When using the Autodim option  each
  264. object is compared with the two boundaries and dimensioned to the closest of
  265. the two boundaries.  If you wish to place all dimensions along a single
  266. boundary, when defining the boundaries, you should make one of the boundaries
  267. far away from the object being dimensioned, and the other in the location where
  268. you would like the dimensions to appear.  During dimensioning, all of the
  269. points will be closer to the one boundary, therefore all dimensions will go to
  270. that boundary.  For X dimensions you are asked to specify Upper and Lower
  271. boundaries.  X dimensions are placed along the X axis of the part being
  272. dimensioned.  The text and extension lines are vertical.  For Y dimensions you
  273. are asked to specify a left and right boundary.  Y dimensions are placed along
  274. the Y axis of the part being dimensioned.  The text and extension lines are
  275. horizontal.  Once the boundaries have been defined, a red box will be shown on
  276. your screen showing you the boundary locations.  The box is not an actual
  277. AutoCAD entity, and will disappear if you press REDRAW, so don't try to erase
  278. it. 
  279.  
  280.  
  281. Autodim 
  282. -------
  283.  
  284. This option will automatically dimension selected objects.  You may choose to
  285. dimension, the X, the Y or the X & Y axis.  When dimensioning circles, Autodim
  286. spaces away the distance of the DIMCEN + DIMEXO variables from the center of
  287. the circle.
  288.  
  289.  
  290. Tips for success with Autodim 
  291. -----------------------------
  292.  
  293. While no computer program can read your mind (yet), DATUMDIM does try its best
  294. to give you what you need.  To increase your datum dimensioning productivity,
  295. here are a few guidelines to try and follow.  
  296.  
  297. 1)  When selecting a window of objects to Auto-dimension try and avoid
  298.     selecting entities which have other entities hidden underneath them. 
  299.  
  300. 2)  When selecting circles, do not select the DIM-CENTER marks too.  DATUMDIM
  301.     will interpret their selection as just two more lines to go ahead and
  302.     dimension.  If you can remember, do not place the DIM-CENTER marks on the
  303.     circles, let DATUMDIM do it for you.  Also, if you have two concentric
  304.     circles, remember, you only need to dimension one of them.  If you pick
  305.     them both, they will both be dimensioned. 
  306.  
  307. 3)  If you select plines, or objects which are considered by AutoCAD to be
  308.     plines, such as ellipse, donut, and polygons, only the first point will
  309.     be dimensioned, so if possible, explode these entities, or dimension them
  310.     with the Xdim and Ydim options (manual). 
  311.  
  312. 4)  Blocks are dimensioned to the insertion point.  
  313.  
  314. 5)  Lines are dimensioned to the starting end of the line.  Assuming that your
  315.     objects are a series of connected lines, you can select the whole set and
  316.     theoretically it will dimension only one end of each line, therefore every
  317.     point where two lines meet, a start and an end will be, and DATUMDIM will
  318.     place only one dimension.
  319.